﻿capital = 289

oob = "SIA_1936"
if = {
	limit = { has_dlc = "Man the Guns" }
		set_naval_oob = "SIA_1936_naval_mtg"
	else = {
		set_naval_oob = "SIA_1936_naval_legacy"
	}
}

recruit_character = SIA_phraya_phahon
recruit_character = SIA_nangklao_chichalerm
recruit_character = SIA_chao_phonphayuhasena
recruit_character = SIA_nangklao_suriyawongse
recruit_character = SIA_tianliang_huntrakool
recruit_character = SIA_phra_silpasakrakorn
recruit_character = SIA_luang_sinthusongkhramchai
recruit_character = SIA_thawon_thamrongnawasawat
recruit_character = SIA_phraya_preechacholayudha
recruit_character = SIA_pridi_phanomyong
recruit_character = SIA_sindhu_kamalanavin
recruit_character = SIA_phraya_chitnasongkhla
recruit_character = SIA_phraya_thayarnpikart
recruit_character = SIA_phra_vechayanrangsarit
recruit_character = SIA_manphya_khanphialong
recruit_character = SIA_luang_phibunsongkhram
recruit_character = SIA_phraya_wichcitcholathai
recruit_character = SIA_sawat_phutianands
recruit_character = SIA_phraya_chalermarkiart
recruit_character = SIA_kuang_abhayavongsa
recruit_character = SIA_thawee_punyaketu
recruit_character = SIA_phot_bhahalyodin

add_ideas = idea_SIA_army_of_siam
# Starting tech
set_technology = {
	infantry_weapons = 1
	gw_artillery = 1
}
if = {
	limit = { not = { has_dlc = "Man the Guns" } }
	set_technology = {
		early_submarine = 1
		early_destroyer = 1
		early_light_cruiser = 1
		early_heavy_cruiser = 1
	}
}
if = {
	limit = { has_dlc = "Man the Guns" }
	set_technology = {
		basic_naval_mines = 1
		early_ship_hull_light = 1
		basic_battery = 1
		basic_torpedo = 1
		coastal_defense_ships = 1
	}
}
set_convoys = 15

set_politics = {
	ruling_party = neutrality
	last_election = "1936.1.1"
	election_frequency = 48
	elections_allowed = no
}
set_popularities = {
	fascism = 20
	neutrality = 80
}

### VARIANTS ###
# 1936 Start #
if = {
	limit = { not = { has_dlc = "Man the Guns" } }
	### Ship Variants ###
}
if = {
	limit = { has_dlc = "Man the Guns" }
	# Destroyers #
	create_equipment_variant = {
		name = "Phra Ruang Class"				
		type = ship_hull_light_1
		name_group = SIA_DD_HISTORICAL
		parent_version = 0
		modules = {
			fixed_ship_battery_slot = ship_light_battery_1
			fixed_ship_anti_air_slot = empty
			fixed_ship_fire_control_system_slot = ship_fire_control_system_0
			fixed_ship_radar_slot = empty
			fixed_ship_engine_slot = light_ship_engine_1
			fixed_ship_torpedo_slot = ship_torpedo_1
			mid_1_custom_slot = empty
			rear_1_custom_slot = empty
		}
	}
}